home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / flowers.dxr / 00020_playonly exit.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  131 b   |  7 lines

  1. on exitFrame
  2.   global gPlayOnly, gNumberOfMovesLeft
  3.   if gPlayOnly and (gNumberOfMovesLeft < 1) then
  4.     go(1, "map")
  5.   end if
  6. end
  7.